home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / win_nt95 / cm95-10.zip / CLOK-CHG.TXT < prev    next >
Text File  |  1996-10-29  |  6KB  |  118 lines

  1. **********************************************************************
  2. ClockMan95 MAJOR CHANGES
  3. **********************************************************************
  4. ClockMan95 Build 51 (29oct96) <-- Current release
  5.       NEW!    (NT 4.0) This is the first release of NT 4.0 compatibility 
  6.         for ClockMan95. (The same .exe file should work on 
  7.         Windows 95, Windows NT 3.51, & Windows NT 4.0.) Let us 
  8.         know if you have any problems running this under NT 4.0.
  9.     FIXED!    Sometimes sending some punctuation keys to DOS boxes
  10.         wouldn't work correctly. They do now.
  11.     FIXED!    If you change an event's time from within its WIL script
  12.         so that it will recur later in the day, it will recur.
  13.     FIXED!    (NT 3.51) If you are hooked up to the Internet directly
  14.         and don't have Remote Access Service (RAS) installed, you
  15.         can now invoke the Internet Automation Assistant correctly.
  16.  
  17. ClockMan95 Build 47 (25aug96)
  18.     FIXED!    Reboot & Shutdown Windows now works correctly under NT 3.x.
  19.     FIXED!    The WXSock WIL extender DLL no longer assumes you have
  20.         RAS installed. (This only affected users who were directly
  21.         connected to the Internet.)
  22.     FIXED!    If you call WXSock's HTTPRecvText function and the page
  23.         received is longer than the max length you requested, or
  24.         if the last line of text received doesn't end in a
  25.         linefeed it will no longer GP fault.
  26.     FIXED!    The Pegasus Mail Automation Assistant handles the Send/
  27.         Receive Mail option correctly.
  28.  
  29. ClockMan95 Build 45 (30jul96)
  30.     FIXED!    (NT 3.x) If you don't have NT's Dial-Up Networking installed,
  31.         ClockMan95 will now run correctly.
  32.     FIXED!    (NT 3.x) Setup now creates Program Manager groups with icons
  33.         correctly.
  34.     FIXED!    (NT 3.x) Setup sets the files' dates & times correctly.
  35.  
  36. ClockMan95 Build 43 (15jul96)
  37.       NEW!    This should be considered a beta release of the NT 3.x
  38.         version of ClockMan95. (The same .exe file should work on
  39.         both Windows 95 & Windows NT 3.x.) Let us know if you have
  40.         any problems running this under NT.
  41.     FIXED!    Sometimes sending Alt- & other special keystrokes to DOS
  42.         boxes wouldn't work correctly. They do now.
  43.     FIXED!    If your WIL script calls the ClockMan custom command
  44.         CMEvtItemize, it now returns the correct event IDs.
  45.     FIXED!    CMGetEvtInfo now works without GP faulting if you pass it
  46.         an event ID of @CMFirst.
  47.     FIXED!    Some users were reporting that their Automation Assistants
  48.         weren't advancing to the next page under certain circumstances.
  49.  IMPROVED!    The WIL scripts created by the Internet Automation
  50.         Assistants will automatically redial the host if there's a
  51.         busy signal. You can specify how many times to redial.
  52.  IMPROVED!    ClockMan95 now saves your password with RAS jobs (Internet
  53.         stuff) under Windows NT 3.51.  To change your passwords
  54.         for your RAS accounts, goto the new RAS tab in the Options
  55.         dialog.  Windows95 users won't see this, as it's not 
  56.         necessary under Windows95.
  57.  
  58. ClockMan95 Build 38 (22may96)
  59.       NEW!    You can specify which program will be launched when you 
  60.         hit the Edit button for WIL files in Set Alarms.
  61.         Previously it would always bring up Notepad. This way, you
  62.         can associate WIL or WBT files with WinBatch if you like,
  63.         and also be able to specify your favorite program for
  64.         editing the files. Have your cake & eat it too!
  65.       NEW!    ClockMan95's Setup now includes an Uninstall option, and
  66.         also adds an entry to the Control Panel's Add/Remove
  67.         Programs entry.
  68.     FIXED!    Hitting the Hide button on a Countdown event sometimes
  69.         caused a GP fault.
  70.     FIXED!    If you're running Windows95 standalone (not on a net),
  71.         ClockMan would erroneously claim it was missing some DLLs.
  72.  IMPROVED!    The Internet-related custom WIL commands have been split
  73.         off into their own WIL extender file (WXSock32i.dll). This
  74.         means you can call these functions directly from a
  75.         standalone WinBatch file (if you have WinBatch), as well
  76.         as part of a ClockMan event.
  77.  
  78. ClockMan95 Build 36 (27mar96)
  79.     FIXED!    Depending on how you specified a document in the Pgm line,
  80.         sometimes ClockMan wouldn't launch its associated program
  81.         correctly.
  82.     FIXED!    Setup will now add ClockMan95 to the Start Menu's StartUp
  83.         folder if you ask it to.
  84.  
  85. ClockMan95 Build 35 (21mar96) <-- Initial release
  86.     NEW!    Automation Assistants - a set of wizards that make it
  87.         easy to automate some of the more popular utilities.
  88.         We lead you step-by-step through setting up an event
  89.         for Norton Disk Doctor, Windows95 Defrag, Eudora,
  90.         Pegasus Mail, OzCIS, Tapcis, McAfee Virus Scanner, &
  91.         more! And more Automation Assistants to be available
  92.         later.
  93.     NEW!    12 custom WIL commands let your WIL script query or
  94.         even change aspects of the event that launched it.
  95.     NEW!    22 Internet WIL commands let your WIL script dial up
  96.         your ISP in the background without bothering with the
  97.         "Connect To" dialog. You can even do Winsock
  98.         programming in your WIL scripts! (See WILCMDS.TXT)
  99.     NEW!    You can now pass parameters to a WIL event! Just
  100.         include them on the WIL command line as you would
  101.         when running a program.
  102.     NEW!    Now that this is a Windows 95 app, the InfoBars
  103.         position themselves on the right side of the active
  104.         window's caption bar.
  105.  IMPROVED!    ClockMan95 is a multithreaded, 32-bit app.
  106.  IMPROVED!    WIL events are now in their own threads. This means
  107.         that no matter how long a WIL script takes to finish,
  108.         the next event will always run on time.
  109.  IMPROVED!    We've added a Pause button to the Countdown box.
  110.  IMPROVED!    ClockMan recognizes long filenames, including ones
  111.         with embedded spaces. In Set Alarms, you must put a
  112.         program's pathname (or data filename) with embedded
  113.         spaces in quotes. (If you want to activate an
  114.         existing window, you must put the title name in []
  115.         instead of quotes.)
  116.  IMPROVED!    ClockMan95 detects if you're running Norton File
  117.         Assist & moves the InfoBars over accordingly.
  118.